home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Joystick Magazine 2000 November
/
cd joystick no120 novembre 2000 cd 1.iso
/
data
/
demos
/
gunlok
/
data1.cab
/
Program_Executable_Files
/
scripts
/
crateb_frag.gsh
< prev
next >
Wrap
Text File
|
2000-08-22
|
938b
|
38 lines
// defines the fragmented crate
////////////////////////////////////////////////////////////////////////////////////
// start wrapper - prevent multiple inclusions or recursive inclusions
//(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
#ifndef INCLUDED_FRAGCRATEB_GSH
#define INCLUDED_FRAGCRATEB_GSH
////////////////////////////////////////////////////////////////////////////////////
#include "defaults.gsh"
hierarchy Hcy_Fragcrateb
{
file "objects\fragcrateb.rif"
name "fragcrateb"
hotspot none
}
role Rol_Fragcrateb : Rol_FragObject
{
shape Hcy_Fragcrateb
identifier "fragcrateb"
}
frag data Frg_crateb
{
role Rol_Fragcrateb
scale 2
symmetric yes
}
////////////////////////////////////////////////////////////////////////////////////
// end wrapper - for preventing multiple or recursive inclusions
#endif // !INCLUDED_FRAGCRATEB_GSH